home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02A2.DIR / Internal_8.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  159 b   |  8 lines

  1. on exitFrame
  2.   repeat while soundBusy(1)
  3.     go(the frame)
  4.   end repeat
  5.   set the text of field "topBanner" to the text of field "intro2,txt"
  6.   go("play")
  7. end
  8.